@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "microsoft yahei";
	color: #111552;
	background: #fafafc;
}

.clear {
	clear: both
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.main {
	background: url("../images/bg.png") no-repeat center top;
	width: 100%;
	min-width: 1240px;
}

.main_box {
	width: 1240px;
	padding: 0 20px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}



.entry_banner_box {
	margin-top: 25px;
	margin-bottom: 55px;
}

.main_box:after {
	display: block;
	content: '';
	clear: both;
}

.entry_logo {
	font-size: 34px;
	color: #fff;
	padding: 35px 0;
	letter-spacing: 2px;
	font-weight: lighter;
}

.card_main {
	width: 640px;
	padding: 25px 0;
	float: left;
	margin-left: -10px;
}

.card_main:after {
	content: '';
	display: block;
	clear: both;
}

.card_bg {
	background: url(../images/card_bg_1.png) center no-repeat;
	width: 300px;
	border-radius: 10px;
	margin: 10px;
	position: relative;
	float: left;
	cursor: pointer;
	box-shadow: 0 5px 18px rgba(15, 101, 201, .5);
	transition: .3s all;
}
.card_bg:nth-child(1){
	height: 340px;
}
.card_bg:not(:first-child){
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card_bg:after {
	display: block;
	width: 1px;
	height: 1px;
	position: absolute;
	content: "";
}
.card_bg:nth-child(1):after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #152d6e;
	top: 50px;
	margin-top: -10px;
	right: -10px;
}
.card_bg:not(:first-child):not(:last-child):after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #152d6e;
	left: 50%;
	margin-left: -10px;
	bottom: -10px;
}

.card_bg.active {
	background: white;
	box-shadow: none;
}

.card_bg.active:nth-child(1):after {
	border-left: 10px solid #fff;
}

.card_bg.active:not(:first-child):not(:last-child):after {
	border-top: 10px solid #fff;
}

.card_box {
	padding: 20px 20px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.card_bg:nth-child(1) .card_box .card_icon {
	width: 70px;
	height: 70px;
	border-radius: 25%;
	text-align: center;
	background: #fff;
	color: #3a52f0;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	top: 55px;
}
.card_bg:nth-child(1) .card_box .card_icon i{
	font-size: 38px;
	line-height: 70px;
}
.card_bg:not(:first-child)  .card_box .card_icon {
	/* float: left; */
	color: #fff;
	margin-left: 15px;
}
.card_bg:not(:first-child)  .card_box .card_icon i{
	font-size: 34px;
	line-height: 34px;
}
.card_box .card_icon i.zy-zhengzhaolianban{
	font-size: 28px;
}

.card_bg:nth-child(1) .card_box .card_content{
	text-align: center;
	position: absolute;
	top: 175px;
	width: 230px;
	left: 50%;
	margin-left: -115px;
}
.card_bg:nth-child(1) .card_box .card_content .p_title{
	font-size: 20px;
	padding-bottom: 18px;
	font-weight: bold;
}
.card_bg:nth-child(1) .card_box .card_content .p_content {
	font-size: 14px;
	line-height: 20px;
	opacity: .7;
}
.card_bg:not(:first-child)  .card_box  .card_content {
	/* float: right; */
	width: 195px;
}

.card_bg .card_box  .card_content p {
	line-height: 1;
	color: white;
}

.card_bg:not(:first-child)  .card_box  .card_content .p_title {
	font-size: 20px;
	padding-bottom: 12px;
	font-weight: 700;
}

.card_bg:not(:first-child)  .card_box  .card_content .p_content {
	font-size: 14px;
	line-height: 18px;
	opacity: .7;
}


.card_bg.active .card_box  .card_content p {
	color: #000c39;
}

.card_bg:nth-child(1).active .card_box .card_icon {
	/*background: #28a7f7;*/
	background: #3a52f0;
	/*background: linear-gradient(120deg, #2ec4fb, #1c71f0);*/
	background: linear-gradient(120deg, #548dff, #3650e2);
	box-shadow: 0 6px 12px rgba(0, 61, 138, .2);
}

.card_bg:nth-child(1).active .card_box .card_icon i {
	color: #fff;
}
.card_bg:not(:first-child).active .card_box .card_icon i {
	color: #3a52f0;
}
.entry_login_box {
	border-radius: 6px;
	float: right;
	width: 400px;
	height: 400px;
	background:url(../images/entry_login_box_bg.png) center bottom no-repeat #fff;
	padding: 30px;
	position: relative;
}

.entry_login_box:after {
	content: '';
	display: block;
	clear: both;
}

.entry_login_box .form_top {
	position: relative;
	margin: 0 0 35px;
}

.entry_login_box .form_top>span {
	position: relative;
	font-size: 18px;
	color: #000c39;
	cursor: pointer;
	line-height: 1;
}

.entry_login_box .form_top .test-div {
	position: absolute;
	height: 30px;
	border: 1px solid #3c69f9;
	border-radius: 2px;
	background: #EBF0FE;
	top: 50%;
	margin-top: -15px;
	right: 38px;
	z-index: 10;
}

.entry_login_box .form_top .test-div span {
	font-size: 12px;
	line-height: 30px;
	color: #3c69f9;
	padding: 0 10px;
	display: block;
}

.entry_login_box .form_top .test-div:after {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: 1px solid #3c69f9;
	border-right: 1px solid #3c69f9;
	background: #EBF0FE;
	transform: rotate(45deg);
	right: -5px;
	z-index: 16;
	top: 11px;
}

.entry_login_box .form_top .icon_pin {
	background-size: 100%;
	width: 30px;
	height: 30px;
	margin-top: -16px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
}

.entry_login_box .form1 .form_top .icon_pin {
	background: url("../images/icon_pin2.png") no-repeat center center;
}

.entry_login_box .form2 .form_top .icon_pin {
	background: url("../images/icon_pin.png") no-repeat center center;
}

.entry_login_box .form1 .qyzx_qrcode_box {
	width: 170px;
	height: 170px;
	margin: 50px auto 0;
}

.entry_login_box .form1 .qyzx_qrhint_box {
	text-align: center;
	margin: 35px auto 0;
}

.entry_login_box .form1 .qyzx_qrhint_box .zy {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 30px;
	color: #3a52f0;
}

.entry_login_box .form1 .qyzx_qrhint_box div {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.entry_login_box .form1 .qyzx_qrhint_box div p {
	font-size: 14px;
	line-height: 15px;
	line-height: 16px;
	color: #111552;
}

.entry_login_box .form1 .qyzx_qrhint_box div p span {
	color: #86869e;
	margin: 0 5px;
}

.entry_login_box .form1 .xcx {
	position: absolute;
	right: 25px;
	bottom: 20px;
	font-size: 14px;
	color: #3a52f0;
	text-decoration: none;
}

.entry_login_box .form1 .xcx:hover {
	text-decoration: underline;
}

.form1 {
	display: none;
}

.entry_login_box .form2 img {
	margin: 80px auto 40px;
}

.entry_login_box .form2 button {
	display: block;
	width: 100%;
	height: 42px;
	border: none;
	outline: none;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 4px;
	margin: 0 0 20px;
	cursor: pointer;
	transition: all .3s;
}

.entry_login_box .form2 button i {
	margin-right: 10px;
}

.entry_login_box .form2 button.geren {
	background: #3a52f0;
	color: #fff;
}

.entry_login_box .form2 button.geren:hover {
	background: #1f30e7;
}

.entry_login_box .form2 button.faren {
	border: 1px solid #d4deeb;
	background: #fff;
	color: #111552;
}

.entry_login_box .form2 button.faren:hover {
	border: 1px solid #3a52f0;
	background: #fff;
	color: #3a52f0;
}

.entry_login_box .text_know {
	margin: 0 0 20px;
}

.entry_login_box .logged_in {
	text-align: center;
	position: relative;
	/* display: none; */
}

.entry_login_box .logged_in .avatar {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 10px auto 0 auto;
}

.entry_login_box .logged_in .avatar.default {
	background: #e9e8f1;
	text-align: center;
	color: #111552;
	line-height: 88px;
	font-size: 36px;
}

.entry_login_box .logged_in .name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}

.entry_login_box .logged_in .last_login_time {
	font-size: 14px;
	color: #86869e;
	margin-top: 5px;
	margin-bottom: 20px;
}

.entry_login_box .logged_in .info {
	margin-top: 40px;
	position: relative;
}

.entry_login_box .logged_in .info:before {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background: #dad9e7;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
}

.entry_login_box .logged_in .info p {
	width: 50%;
	text-align: center;
	font-size: 14px;
	color: #86869e;
	float: left;
	line-height: 1.8;
}

.tag {
	display: inline-block;
	border-radius: 4px;
	font-size: 14px;
	padding: 2px 8px;
}
.tag.small{
	border-radius: 4px;
	font-size: 12px;
	padding: 0px 4px;
}
.tag.radius {
	border-radius: 100px;
	padding: 2px 12px;
}

.tag.blue {
	background: #f4f4fe;
	background: rgba(58, 82, 240, .06);
	border: 1px solid #bdc4fa;
	border: 1px solid rgba(58, 82, 240, .3);
	color: #3a52f0;
}

.tag.red {
	background: #fef6f4;
	background: rgba(238, 73, 48, .06);
	color: #ee4930;
	border: 1px solid #f9c2b9;
	border: 1px solid rgba(238, 73, 48, .3);
}

.tag.yellow {
	background: #fff5e8;
	background: rgba(255, 156, 34, .06);
	border: 1px solid #ffdeb5;
	border: 1px solid rgba(255, 156, 34, .3);
	color: #ff9c22;
}

.tag.cyan {
	background: #f6fcfb;
	background: rgba(74, 204, 180, .08);
	color: #4accb5;
	border: 1px solid #aaebe0;
	border: 1px solid rgba(74, 204, 180, .3);
}

.mask {
	position: fixed;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
}

.entry_login_box.center {
	float: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -202px;
	margin-top: -206px;
	z-index: 201;
	display: none;
}

.white_box {
	border-radius: 7px;
	background: white;
	box-shadow: 0px 5px 30px rgba(15, 101, 201, .08);
	margin: 30px auto;
	position: relative;
}

.new_notice,
.function {
	width: 777px;
	position: relative;
	float: left;
	padding: 30px;
}

.new_notice {
	padding: 30px 15px 30px 30px;
}

.function {
	padding: 30px 30px 30px 15px;
}

.comm_title {
	font-size: 22px;
	color: #111552;
	font-weight: bold;
	position: relative;
	margin-bottom: 25px;
}

.comm_title .more {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #86869e;
	text-align: right;
	text-decoration: none;
	display: block;
}

.comm_title .more:hover {
	color: #1a6fef;
}

.new_notice ul {
	margin: 0;
	margin-bottom: -15px;
}

.new_notice ul li {
	display: block;
	width: 100%;
	height: 58px;
	background: #fafafc;
	padding: 0 25px;
	list-style-type: none;
	font-size: 16px;
	position: relative;
	line-height: 56px;
	margin: 15px 0;
	cursor: pointer;
	color: #111552;
}

.new_notice ul li a {
	text-decoration: none;
	color: #000c39;
	width: 380px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

.new_notice ul li a i {
	margin-right: 20px;
}

.new_notice ul li span {
	color: #86869e;
	float: right;
}

.new_notice ul li:hover span {
	color: #1a6fef;
}

.new_notice ul li:hover a {
	color: #1a6fef;
}

.function_link {
	position: relative;
	width: 100%;
	height: 205px;
}

.function_link ul:after {
	content: "";
	display: block;
	clear: both;
}

.function_link ul li {
	list-style: none;
	float: left;
	display: table;
	width: 234px;
	height: 95px;
	position: relative;
	border-radius: 4px;
	cursor: pointer;
}

.function_link ul li:nth-child(1) , .function_link ul li:nth-child(2) {
	margin-right: 15px;
	margin-bottom: 15px;
}

.function_link ul li:nth-child(3) {
	margin-bottom: 15px;
}

.function_link ul li:nth-child(4)  , .function_link ul li:nth-child(5){
	margin-right: 15px;
}

.function_link ul li img {
	position: absolute;
	right: 23px;
	top: 23px;
}

.function_link ul li span {
	position: absolute;
	left: 23px;
	top: 38px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 150px;
	line-height: 1;
	color: #fff;
	font-size: 18px;
	text-shadow: 0 2px 8px rgba(23, 37, 67, .7);
}
.function_link ul li>div{
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	padding: 15px 23px;
	position: relative;
	border-radius: 4px;
	background: rgba(0,0,0,.7);
	opacity: 0;
	transition: .3s all;
	z-index: 0;
}

.function_link ul li>div>i {
	display: block;
	max-height: 65px;
	overflow: hidden;
	line-height: 1.4;
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.function_link ul li:hover span {
	text-shadow: 0 5px 15px rgba(23, 37, 67, 1);
}
.function_link ul li:hover>div{
	opacity: 1;
	z-index: 1;
}
.function_link ul li.fsbl {
	background: url(../images/bg_fsbl.png) no-repeat center;
}

.function_link ul li.mccx {
	background: url(../images/bg_mccx.png) no-repeat center;
}

.function_link ul li.jyfw {
	background: url(../images/bg_jyfw.png) no-repeat center;
}

.function_link ul li.hqzc {
	background: url(../images/bg_hqzc.png) no-repeat center;
}

.function_link ul li.dacx {
	background: url(../images/bg_dacx.png) no-repeat center;
}

.function_link ul li.gqcz {
	background: url(../images/bg_gqcz.png) no-repeat center;
}

.function_link ul li.zmsq {
	background: url(../images/bg_zmsq.png) no-repeat center;
}

.function_link ul li.syjyxk {
	background: url(../images/bg_syjyxk.png) no-repeat center;
}
.function_link ul li.gzkz {
	background: url(../images/bg_gzkz.png) no-repeat center;
}
.function_link ul li.hgyw {
	background: url(../images/bg_hgyw.png) no-repeat center;
}
.function_link .swiper-container-horizontal>.swiper-pagination-bullets {
	top: -20px;
	right: 0;
	width: auto;
}

.function_link .swiper-container {
	height: 205px;
}

.function_link .swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	right: 0px;
	top: -48px;
}

.swiper-pagination-switch {
	width: 10px;
	height: 8px;
	display: inline-block;
	border-radius: 100px;
	background: #dad9e7;
	margin: 4px;
	transition: all .3s;
	cursor: pointer;
}

.swiper-active-switch {
	width: 30px;
	background: #3a52f0;
}

.entry_my_list {
	padding: 30px;
}

.entry_my_list_tab {
	border-bottom: 1px solid #dad9e7;
	position: relative;
}
.entry_my_list_tab a{
	margin-right: 60px;
}
.entry_my_list_tab a span {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	font-size: 22px;
	color: #86869e;
	position: relative;
	padding-bottom: 15px;
}
.entry_my_list_tab a i{
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
}
.entry_my_list_tab a i:hover{
	color: #3a52f0;
}
.entry_my_list_tab a.active span {
	color: #111552;
	font-weight: bold;
	border-bottom: 2px solid #3a52f0;
}

.filter_bar select {
	width: 180px;
	padding: 8px 0 8px 15px;
	border-radius: 4px;
	border: 1px solid #d4deeb;
	outline: none;
	font-size: 14px;
	color: #000c39;
	cursor: pointer;
	margin: 30px 0;
}

.filter_bar a {
	border: none;
	outline: none;
	float: right;
	font-size: 14px;
	margin: 30px 40px;
	cursor: pointer;
}

.filter_bar>input {
	width: 320px;
	padding: 7px 0 7px 20px;
	border: 1px solid #d4deeb;
	border-right: none;
	border-radius: 4px 0 0 4px;
	outline: none;
	display: block;
	float: right;
	margin: 30px 0;
	min-height: 36px;
	box-sizing: border-box;
}

.filter_bar input:focus::-webkit-input-placeholder {
	color: transparent;
}

.filter_bar input::-webkit-input-placeholder {
	font-size: 14px;
	color: #d4deeb;
}

.filter_bar input::-moz-placeholder {
	font-size: 14px;
	color: #d4deeb;
}

.filter_bar input:-moz-placeholder {
	font-size: 14px;
	color: #d4deeb;
}

.filter_bar input:-ms-input-placeholder {
	font-size: 14px;
	color: #d4deeb;
}

.filter_bar>button {
	border: none;
	outline: none;
	width: 80px;
	height: 36px;
	background: #3a52f0;
	border-radius: 0 4px 4px 0;
	float: right;
	color: white;
	font-size: 14px;
	margin: 30px 0;
	cursor: pointer;
}
.filter_bar>button:hover {
	background: #1f30e7;
}
.entry_my_list_con {
	display: none;
}

.entry_my_list_con.active {
	display: block;
}

.page_box {
	width: 100%;
	position: relative;
	margin: 28px auto 0;
}

.page_box ul li {
	float: left;
	position: relative;
	border: 1px solid #e2e2e2;
	width: 30px;
	line-height: 30px;
	border-radius: 4px;
	margin: 0 10px 0 0;
	height: 30px;
	box-sizing: border-box;
	list-style: none;
}

.page_box ul li a {
	color: #1e2128;
	font-size: 14px;
	display: block;
	text-align: center;
	position: relative;
	text-decoration: none;
	border-radius: 4px;
	width: 100%;
	height: 100%;
}

.page_box ul li.blue {
	background: #3a52f0;
	border: none;
}

.page_box ul li a:hover {
	color: #3a52f0;
}

.page_box ul li.blue a {
	color: white;
}

.page_box ul li a.first.active {
	background: url("../images/weak_arrow_left.png") no-repeat center center;
	background-size: 6px 10px;
}

.page_box ul li a.first {
	background: url("../images/deep_arrow_left.png") no-repeat center center;
}

.page_box ul li a.last.active {
	background: url("../images/weak_arrow_right.png") no-repeat center center;
	background-size: 7px 12px;
}

.page_box ul li a.last {
	background: url("../images/deep_arrow_right.png") no-repeat center center;
}

.page_box p {
	color: #444444;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}

.page_box input {
	outline: none;
	border: 1px solid #e2e2e2;
	width: 60px;
	height: 30px;
	text-align: center;
	border-radius: 4px;
	margin: 0 8px;
	display: block;
	float: left;
	line-height: 30px;
}

.page_box span {
	float: left;
	display: block;
	line-height: 30px;
}

.page_box .sure {
	width: 68px;
	height: 30px;
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	outline: none;
	margin-left: 10px;
	cursor: pointer;
	color: #111552;
	background: none;
	transition: all .3s;
}

.page_box .sure:hover {
	color: #3a52f0;
	border: 1px solid #3a52f0;
}

.page_box .sure:active {
	color: white;
	background: #1a6fef;
	border: 1px solid white;
}

.entry_table_my_list tr td:first-child,
.entry_table_my_list tr th:first-child {
	padding-left: 20px;
	position: relative;
}

.entry_table_my_list tr td:last-child,
.entry_table_my_list tr th:last-child {
	padding-left: 20px;
	position: relative;
}

.entry_table_my_list th {
	height: 46px;
	background: #f4f3f8;
	line-height: 45px;
	font-size: 16px;
	color: #111552;
	text-align: left;
}

.entry_table_my_list td {
	padding: 15px 0;
	border-bottom: 1px solid #e9e8f1;
	font-size: 16px;
}

.entry_table_my_list .entry_com_wrapper {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.entry_table_my_list .entry_com_square {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	text-align: center;
	display: table;
}

.entry_table_my_list .entry_com_square span,
.entry_table_my_list .entry_com_square .fa {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.1;
	padding: 5px;
}

.entry_table_my_list .entry_com_square.blue {
	/*background: #f0f1fe;*/
	background: #3a52f0;
	background: rgba(58, 82, 240, 1);
	color: #fff;
}

.entry_table_my_list .entry_com_square.red {
	/*background: #fef6f4;*/
	background: #ee4930;
	background: rgba(238, 73, 48, 1);
	color: #fff;
}

.entry_table_my_list .entry_com_square.yellow {
	/*background: #fff5e8;*/
	background: #ff9c22;
	background: rgba(255, 156, 34, 1);
	color: #fff;
}

.entry_table_my_list .entry_com_square.cyan {
	/*background: #f6fcfb;*/
	background: #4accb4;
	background: rgba(74, 204, 180, 1);
	color: #fff;
}

.entry_table_my_list .entry_com_info {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}

.entry_table_my_list .entry_com_name {
	font-size: 16px;
}

.entry_table_my_list .entry_com_time {
	font-size: 12px;
	color: #86869e;
	line-height: 20px;
	margin-top: 2px;
}

.entry_table_my_list .entry_com_time span+span {
	margin-left: 5px;
}

.entry_table_my_list .qyzx_com_name span {
	display: inline-block;
}

.entry_table_my_list tr.logoff td {
	padding-bottom: 70px;
}

.entry_table_my_list tr.logoff .entry_logoff_progress_box {
	background: #fafafc;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 1140px;
}

.entry_table_my_list tr.logoff .entry_logoff_progress_box p {
	display: inline-block;
	width: 15%;
	padding-left: 25px;
}

.entry_table_my_list tr.logoff .entry_logoff_progress_box p .zy {
	margin-right: 10px;
	color: #86869e;
}

.entry_table_my_list tr.logoff .entry_logoff_progress_box p.jianguan {
	width: 21%;
}

.entry_table_my_list tr.logoff .entry_logoff_progress_box p .processing {
	color: #3a52f0;
}

.entry_table_my_list tr.logoff .entry_logoff_progress_box p .done {
	color: #4accb4;
}

.entry_table_my_list tr.logoff .entry_logoff_progress_box p .un_involved {
	color: #afc1e2;
}

.entry_table_my_list tr.logoff .entry_logoff_progress_box p .rejected {
	color: #ee4930;
}

.entry_table_my_list tr.logoff .entry_logoff_progress_box p .un_begun {
	color: #ff9c22;
}
.entry_f_black {
	color: #111552;
}
.entry_f_blue {
	color: #3a52f0;
}

.entry_f_cyan {
	color: #4accb4;
}

.entry_f_red {
	color: #ee4930;
}

.entry_f_yellow {
	color: #ff9c22;
}

.entry_button {
	display: inline-block;
	padding: 0 15px;
	height: 40px;
	text-align: center;
	color: #111552;
	background: #fff;
	border: 1px solid #e9e8f1;
	margin: 2px 4px 2px 0;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	transition: all .3s;
	font-family: "microsoft yahei";
	text-decoration: none;
	line-height: 40px;
}

.entry_button i+span {
	padding-left: 8px;
}

.entry_button:hover {
	color: #3a52f0;
	border: 1px solid #3a52f0;
}

.emptyStateContainer {
	text-align: center;
	margin: 30px auto;
}

.emptyStateContainer img {
	width: 300px;
}

.emptyStateContainer .desc {
	font-size: 18px;
	color: #8989a1;
}
/*2020-4-13*/
.fenshibanli{
	width: 380px;
	position: relative;
	float: left;
	padding: 30px 15px 30px 30px;
}
.fenshibanli ul{
	position: relative;
}
.fenshibanli ul li{
	list-style: none;
	width: 143px;
	height: 100px;
	float: left;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	transition: .3s all;
	position: relative;
}
.fenshibanli ul li.item{
	background: #fafafc;
	border: 1px solid #fafafc;
}

.fenshibanli ul li.item{
	margin-right: 5px;
}
.fenshibanli ul li.item:nth-child(3),.fenshibanli ul li.item:nth-child(4){
	margin-top: 5px;
}
.fenshibanli ul li img{
	margin-top: 15px;
	margin-bottom: 0px;
	width: 40px;
	height: 40px;
}
.fenshibanli ul li p.tit{
	font-size: 15px;
	color: #111552;
	margin-bottom: 0px;
	line-height: 1;
}
.fenshibanli ul li p.desc{
	font-size: 12px;
	color: #86869e;
}
.fenshibanli ul li p.zzfw{
	position: absolute;
	left: 45px;
	bottom: 0;
	border: 0;
	border-radius: 4px 4px 0 0;
	padding: 2px;
	background: rgba(58, 82, 240, .5);
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
.fenshibanli ul li.go{
	width: 42px;
	height: 205px;
	color: #111552;
	background: #fff;
	border: 1px solid #e9e8f1;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.fenshibanli ul li.go p{
	width: 20px;
	margin: 45px auto 0;
	text-align: center;
}
.fenshibanli ul li.go p i{
	margin-top: 5px;
}
.fenshibanli ul li.item:hover{
	color: #3a52f0;
	border: 1px solid #e9e8f1;
}
.fenshibanli ul li.go:hover{
	color: #3a52f0;
	border: 1px solid #3a52f0;
}
.fenshibanli ul li.item:after{
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/check_off.png);
	position: absolute;
	right: 5px;
	top: 5px;
}
.fenshibanli ul li.item.active:after{
	background: url(../images/check_on.png);
}

.fenshibanli ul li.item.disable {
	cursor: default;
}
.fenshibanli ul li.item.disable *{
	opacity: .4;
}
.fenshibanli ul li.item.disable:after {
	display: none;
}
.fenshibanli ul li.item.disable:hover{
	color: #3a52f0;
	border: 1px solid #fafafc;
}

.border_green {border: 1px solid #15bc83;  color: #15bc83;  background: #e6fcf5;}
.ui_status_ss { font-size: 14px;  padding: 2px 6px;  border-radius: 100px;  margin: 2px 4px 2px 0;    display: inline-block;    line-height: 1;}

.filter_bar .shuoming{
	float: right;
	display: block;
	margin: 30px 0;
	padding: 8px 15px 8px 50px;
	color: #3a52f0;
	background: #edeffe;
	background: rgba(58, 82, 240, .1);
	border-radius: 4px;
	position: relative;
}
.filter_bar .shuoming i{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 37px;
	height: 37px;
	line-height: 37px;
	border-radius: 4px 0 0 4px;
	background: #e4e7fd;
	background: rgba(58, 82, 240, .05);
	text-align: center;
}
.filter_bar .shuoming:hover{
	background: #e6e9fd;
	background: rgba(58, 82, 240, .13);
}



.card_zzlb{
	display: none;
}
.card_zzlb .zzlb_menu{
	width: 50%;
	float: left;
	text-align: center;
}
.card_zzlb .zzlb_menu img{
	margin-top: -15px;
}
.card_zzlb .zzlb_menu p{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	margin-top: -3px;
}
.card_zzlb .zzlb_menu p span{
	color: #3a52f0;
}
.card_bg.active .card_zzlb{
	display: block;
}
.card_bg.active.zzlb .card_content , .card_bg.active.zzlb .card_icon{
	display: none;
}

.function_link ul li.bszn {
	background: url(../images/bg_bszn.png) no-repeat center;
}
.function_link ul li.lxfs {
	background: url(../images/bg_lxfs.png) no-repeat center;
}


@media screen and (min-width:1200px){
	/*底部样式*/
	.footer_con>.xgzd{
		width: 420px!important;
	}
	.other_more{
		width: 380px!important;
	}
}
@media screen and (min-width:1000px) and (max-width:1199px){
	/*底部样式*/
	.footer_con>.xgzd{
		width: 391px!important;
	}
	.other_more{
		width: 280px!important;
	}
}
@media screen and (min-width:720px) and (max-width:999px){
	/*底部样式*/
	.footer_con>.xgzd{
		width: 388px!important;
	}
}


/* 2020-11-13 */
.fuzhugongneng {
	position: relative;
	width: 555px;
	height: 205px;
	float: left;
}

.fuzhugongneng ul:after {
	content: "";
	display: block;
	clear: both;
}

.fuzhugongneng ul li {
	list-style: none;
	float: left;
	display: table;
	width: 175px;
	height: 95px;
	position: relative;
	border-radius: 4px;
	cursor: pointer;
}

.fuzhugongneng ul li:nth-child(1) , .fuzhugongneng ul li:nth-child(2) {
	margin-right: 15px;
	margin-bottom: 15px;
}

.fuzhugongneng ul li:nth-child(3) {
	margin-bottom: 15px;
}

.fuzhugongneng ul li:nth-child(4)  , .fuzhugongneng ul li:nth-child(5){
	margin-right: 15px;
}
.fuzhugongneng ul li.coming{
	opacity: .5;
	cursor: default;
}

.fuzhugongneng ul li span {
	position: absolute;
	left: 15px;
	top: 15px;
	display: block;
	line-height: 1.3;
	font-size: 16px;
	z-index: 10;
	letter-spacing: 1px;
	white-space: normal;
}
.fuzhugongneng ul li span>font{
	font-size: 14px;
	color: #86869e;
	padding: 3px 0;
	border-radius: 4px;
	margin-top: 3px;
	display: inline-block;
}
.fuzhugongneng ul li:hover::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	opacity: .4;
}
.fuzhugongneng ul li.mccx {
	background: url(../images/bg_mccx_new.png) no-repeat center;
}
.fuzhugongneng ul li.mccx:not(.coming):hover::before{
	background: url(../images/bg_mccx_new.png) no-repeat center;
}
.fuzhugongneng ul li.jyfw {
	background: url(../images/bg_jyfw_new.png) no-repeat center;
}
.fuzhugongneng ul li.jyfw:not(.coming):hover::before{
	background: url(../images/bg_jyfw_new.png) no-repeat center;
}
.fuzhugongneng ul li.bszn {
	background: url(../images/bg_bszn_new.png) no-repeat center;
}
.fuzhugongneng ul li.bszn:not(.coming):hover::before{
	background: url(../images/bg_bszn_new.png) no-repeat center;
}
.fuzhugongneng ul li.dacx {
	background: url(../images/bg_dacx_new.png) no-repeat center;
}
.fuzhugongneng ul li.dacx:not(.coming):hover::before{
	background: url(../images/bg_dacx_new.png) no-repeat center;
}
.fuzhugongneng ul li.hqzc {
	background: url(../images/bg_hqzc_new.png) no-repeat center;
}
.fuzhugongneng ul li.hqzc:not(.coming):hover::before{
	background: url(../images/bg_hqzc_new.png) no-repeat center;
}
.fuzhugongneng ul li.zjjg {
	background: url(../images/bg_zjjg.png) no-repeat center;
}
.fuzhugongneng ul li.zjjg:not(.coming):hover::before {
	background: url(../images/bg_zjjg.png) no-repeat center;
}
.fuzhugongneng ul li.lxfs {
	background: url(../images/bg_lxfs_new.png) no-repeat center;
}
.fuzhugongneng ul li.lxfs:not(.coming):hover::before{
	background: url(../images/bg_lxfs_new.png) no-repeat center;
}
.fuzhugongneng ul li.zbhj {
	background: url(../images/bg_zbhj.png) no-repeat center;
}
.fuzhugongneng ul li.zbhj:not(.coming):hover::before {
	background: url(../images/bg_zbhj.png) no-repeat center;
}
.fuzhugongneng ul li.gzkz {
	background: url(../images/bg_gzkz_new.png) no-repeat center;
}
.fuzhugongneng ul li.gzkz:not(.coming):hover::before {
	background: url(../images/bg_gzkz_new.png) no-repeat center;
}
.fuzhugongneng ul li.syjyxk {
	background: url(../images/bg_syjyxk_new.png) no-repeat center;
}
.fuzhugongneng ul li.syjyxk:not(.coming):hover::before {
	background: url(../images/bg_syjyxk_new.png) no-repeat center;
}
.fuzhugongneng ul li.hgyw {
	background: url(../images/bg_hgyw_new.png) no-repeat center;
}
.fuzhugongneng ul li.hgyw:not(.coming):hover::before {
	background: url(../images/bg_hgyw_new.png) no-repeat center;
}
.fuzhugongneng ul li.gqcz {
	background: url(../images/bg_gqcz_new.png) no-repeat center;
}
.fuzhugongneng ul li.gqcz:not(.coming):hover::before {
	background: url(../images/bg_gqcz_new.png) no-repeat center;
}
.fuzhugongneng ul li.zmsq {
	background: url(../images/bg_zmsq_new.png) no-repeat center;
}
.fuzhugongneng ul li.zmsq:not(.coming):hover::before {
	background: url(../images/bg_zmsq_new.png) no-repeat center;
}
.fuzhugongneng ul li.fsbl {
	background: url(../images/bg_fsbl_new.png) no-repeat center;
}
.fuzhugongneng ul li.fsbl:not(.coming):hover::before {
	background: url(../images/bg_fsbl_new.png) no-repeat center;
}
.fuzhugongneng ul li.qscx {
	background: url(../images/bg_qscx_new.png) no-repeat center;
}
.fuzhugongneng ul li.qscx:not(.coming):hover::before {
	background: url(../images/bg_qscx_new.png) no-repeat center;
}

.fuzhugongneng ul li.gwhjym {
	background: url(../images/bg_gwhjym.png) no-repeat center;
}
.fuzhugongneng ul li.gwhjym:not(.coming):hover::before {
	background: url(../images/bg_gwhjym.png) no-repeat center;
}

.fuzhugongneng ul li.mccx span , .fuzhugongneng ul li.hqzc span , .fuzhugongneng ul li.hgyw span , .fuzhugongneng ul li.qscx span{
	color: #3a52f0;
}
.fuzhugongneng ul li.mccx span , .fuzhugongneng ul li.hqzc span , .fuzhugongneng ul li.hgyw span {
	color: #3a52f0;
}
.fuzhugongneng ul li.jyfw span , .fuzhugongneng ul li.lxfs span , .fuzhugongneng ul li.gqcz span , .fuzhugongneng ul li.zbhj span {
	color: #ee4930;
}
.fuzhugongneng ul li.bszn span , .fuzhugongneng ul li.gzkz span , .fuzhugongneng ul li.zmsq span , .fuzhugongneng ul li.zjjg span{
	color: #04c7a6;
}
.fuzhugongneng ul li.dacx span , .fuzhugongneng ul li.syjyxk span , .fuzhugongneng ul li.fsbl span , .fuzhugongneng ul li.gwhjym span{
	color: #ff9c22;
}
.fuzhugongneng ul li>div{
	position: absolute;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
	border-radius: 4px;
	background: rgba(0,0,0,.7);
	opacity: 0;
	transition: .3s all;
	z-index: 0;
}

.fuzhugongneng ul li>div>i {
	display: block;
	max-height: 65px;
	overflow: hidden;
	line-height: 1.4;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	white-space: normal;
}

.fuzhugongneng ul li:not(.coming):hover>div{
	opacity: 1;
	z-index: 30;
}

.fuzhugongneng .swiper-container-horizontal>.swiper-pagination-bullets {
	top: -20px;
	right: 0;
	width: auto;
}

.fuzhugongneng .swiper-container {
	height: 205px;
}

.fuzhugongneng .swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	right: 0px;
	top: -36px;
}
.zheqitong{
	width: 147px;
	height: 205px;
	float: left;
	margin-left: 30px;
	border-radius: 4px;
	background: url(../images/bg_zheqitong.png) no-repeat;
	background-size: cover;
	text-align: center;
	cursor: pointer;
}
.zheqitong img{
	width: 50px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.zheqitong p{
	color: #fff;
	font-size: 18px;
}

.btn_wssj{
	margin-top: 15px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 25px;
	border-radius: 100px;
	color: #fff;
	font-size: 14px;
	background: #fea94b;
	background: linear-gradient(to top , #fe8941 , #ffc955);

}


.rb_box{
	width: 440px;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 30px;
	background: #111552;
	border-radius: 10px;
	color: #fff;
	z-index: 10;
}
.rb_box .close{
	position: absolute;
	color: #fff;
	right: 10px;
	top: 10px;
}
.rb_box .close i{
	font-size: 18px;
}
.rb_box .tit{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,.3);
	padding-bottom: 15px;
}
.rb_box .con{
	text-indent: 2em;
	margin-top: 15px;
}
.rb_box .link{
	margin-top: 15px;
}
.rb_box .link a{
	color: #fff;
	display: inline-block;
	width: 49%;
	padding: 5px 0;
	vertical-align: top;
}
.rb_box .link a:hover{
	color: #a8b3ff;
}
.rb_box .link a i{
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}
.rb_box .link a span{
	display: inline-block;
	width: 81%;
	line-height: 1.3;
}

/* 2022-1-24 一网通办一件事 */
.zrzyyjsBox{
	width: 1200px;
	height: 165px;
	background: url(../images/zrzyyjsBg.png) no-repeat;
	position: relative;
}
.zrzyyjsBox .more{
	position: absolute;
	right: 20px;
	top: 10px;
	color: #3A52F0;
}
.zrzyyjsBox .more .fa{
	margin-left: 5px;
}
.zrzyyjsBox .tit{
	position: absolute;
	left: 230px;
	top: 65px;
}
.zrzyyjsBox .tit p{
	font-size: 16px;
	color: #daf5ff;
	padding-left: 2px;
}
.zrzyyjsBox .zrzyyjsItem{
	position: absolute;
	left: 740px;
	top: 62px;
	width: 440px;
	height: 84px;
	overflow: hidden;
}
.zrzyyjsBox .zrzyyjsItem ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zrzyyjsBox .zrzyyjsItem ul li{
	width: 48.5%;
	height: 84px;
	margin-bottom: 10px;
	border-radius: 8px;
	background:url(../images/zrzyyjsItemBg.png) left bottom no-repeat;
	background-size: 100% 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.zrzyyjsBox .zrzyyjsItem ul li:hover{

}
.zrzyyjsBox .zrzyyjsItem ul li .itemTit{
	color: #1a58ff;
	font-size: 24px;
	position: relative;
	z-index: 1;
}
.zrzyyjsBox .zrzyyjsItem ul li .itemTxt{
	color: #252c72;
	margin-top: 5px;
	position: relative;
	z-index: 1;
}
.zrzyyjsBox .zrzyyjsItem ul li .ic{
	position: absolute;
	z-index: 0;
	right: 15px;
	bottom: 2px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 8px;
	display: inline-block;
	border-radius: 100px;
	background: #dad9e7;
	margin: 4px;
	transition: all .3s;
	cursor: pointer;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	background: #3a52f0;
}

.carousel-container {
	width: 100%;
	margin: auto;
	position: relative;
}

.carousel-slide-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.carousel-slide {
	white-space: nowrap;
	transition: ease 0.5s;
	font-size: 0;
}

.carousel-item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.pagination {
	position: absolute;
	z-index: 10;
	right: 0px;
	top: -36px;
}

.pagination-dot {
	width: 10px;
	height: 8px;
	display: inline-block;
	border-radius: 100px;
	background: #dad9e7;
	margin: 4px;
	transition: all .3s;
	cursor: pointer;
}

.pagination-dot.active {
	width: 30px;
	background: #3a52f0;
}